home *** CD-ROM | disk | FTP | other *** search
- Short: Datatype for Photo-CD Images (43.12)
- Author: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Uploader: astegema@ix.urz.uni-heidelberg.de (Achim Stegemann)
- Version: 43.12
- Type: util/dtype
-
- Requires minimum:
- * OS 3.0
- * MC68020
- * A mounted PIPE: handler !!
- * ixemul.library V39
-
- Additionally recommended:
- * CyberGraphX with picture.datatype V43 for 24-bit images.
- * MUI 3.8 for the preferences.
-
- If you run OS 3.5, it is recommended to install the PCD-DT35 archive !!
-
- With the help of the pcd.datatype, your datatype sytem is able to read Photo-CD images.
-
- This datatype is freeware and can be used for any purpose.
-
- Changes since V43.11:
- * Improved V43 setup to avoid problems under Picasso96 or OS 3.5.
- * Glowicons are now default icons.
-
-
- Internet: http://www.rzuser.uni-heidelberg.de/~astegema/
-
-
- Important note about the source code:
- *************************************
-
- The source has been written in C++ using Maxon-C++ V3.
- You will find several instructions a bit strange as I have converted all C-style OS-structures
- to C++ OS-structures.
- E.g.
-
- struct Library
- {
- struct Node lib_Node;
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- has been converted to
-
- struct Library:Node // !!!!!
- {
- UBYTE lib_Flags;
- UBYTE lib_pad;
- UWORD lib_NegSize;
- UWORD lib_PosSize;
- UWORD lib_Version;
- UWORD lib_Revision;
- APTR lib_IdString;
- ULONG lib_Sum;
- UWORD lib_OpenCnt;
- };
-
- This simplifies the code as I don't always need to cast variables to fit arguments
- in functions.
- Additionally C++ allows to leave away the 'struct' keyword !
-
- If you like to recompile the source-code for your compiler, you need to adjust the
- source-code to C. But this should be no problem.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 3352 2243 33.0% 17-Nov-99 00:17:52 PCD-DT.info
- 73472 36815 49.8% 15-Jul-99 15:28:02 +pcdtoppm
- 6232 3309 46.9% 15-Nov-99 04:00:40 +pcd.datatype
- 80 69 13.7% 15-Jul-99 15:28:02 +PCD
- 8 8 0.0% 15-Jul-99 15:28:02 +pcd.prefs
- 1577 525 66.7% 15-Nov-99 17:18:14 +Install
- 4232 2883 31.8% 15-Nov-99 17:17:08 +Install.info
- 52452 23487 55.2% 15-Jul-99 15:28:04 +render.library
- 52244 23390 55.2% 15-Jul-99 15:28:04 +render.library_68040
- 52436 23362 55.4% 15-Jul-99 15:28:04 +render.library_68060
- 4009 1876 53.2% 15-Nov-99 17:17:46 +PCD-DT.doc
- 3576 1927 46.1% 15-Nov-99 17:17:08 +PCD-DT.doc.info
- 1800 882 51.0% 15-Nov-99 17:18:00 +PCD-DT.readme
- 2221 1390 37.4% 15-Nov-99 17:17:08 +PCD-DT.readme.info
- 3781 2519 33.3% 15-Nov-99 17:17:08 +Prefs.info
- 5292 2856 46.0% 15-Nov-99 03:31:06 +PCDPrefs
- 3902 2924 25.0% 15-Nov-99 17:18:30 +PCDPrefs.info
- 8724 2845 67.3% 15-Nov-99 03:31:08 +dispatcher.c
- 3435 1189 65.3% 15-Nov-99 03:31:08 +libbase.c
- 175 102 41.7% 15-Nov-99 03:31:08 +make
- -------- ------- ----- --------- --------
- 283000 134601 52.4% 24-Nov-99 20:30:38 20 files
-